net/http.http2clientStream.abort (field)
9 uses
net/http (current package)
h2_bundle.go#L7449: abort chan struct{} // closed to signal stream should end immediately
h2_bundle.go#L7504: close(cs.abort)
h2_bundle.go#L8313: abort: make(chan struct{}),
h2_bundle.go#L8384: case <-cs.abort:
h2_bundle.go#L8511: case <-cs.abort:
h2_bundle.go#L8557: case <-cs.abort:
h2_bundle.go#L8576: case <-cs.abort:
h2_bundle.go#L8700: case <-cs.abort:
h2_bundle.go#L8918: case <-cs.abort:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |